home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir41 / s3fc10.zip / S3FC10.DOC < prev   
Text File  |  1993-02-17  |  3KB  |  78 lines

  1. Program:        S3 File Compare Front End (SFC)
  2. Date:           01/28/92
  3. Version:        1.00
  4. Author:         George Spafford
  5.  
  6. Purpose:
  7.  
  8. To use the fast DOS 5.0 File Compare program (FC.EXE) as an engine to
  9. compare files and then perform an action based on whether the two files
  10. are identical or not.
  11.  
  12. Install:
  13.  
  14. Place FILECOMP.EXE in somewhere in your DOS PATH.  It must be able to find 
  15. the DOS 5.0 FC.EXE program either in the active directory or in the path.
  16. If, in future DOS versions, FC becomes a .COM file, then place that file
  17. in the active directory.  Also, if you have any FC.* named programs that
  18. exist in your PATH before the DOS directory, then you will have problems
  19. because that program will be executed first since the PATH statement is
  20. evaluated from left to right. 
  21.  
  22. Procedure:
  23.  
  24. FILECOMP file1 file2 [/D][/C][/B]
  25.  
  26.         If the file1 and file2 are different, the option switches will be
  27.         run.  Only specify one switch!!!!!!
  28.         
  29.         /D      This will delete file2
  30.         /C      This will overwrite file2 by copying file1 to file2
  31.         /B      This will run the SFC.BAT batch file where you can
  32.                 enter any routine that you want to.
  33.                 File1's name will be passed to the batch file as %1
  34.                 File2's name will be passed to the batch file as %2
  35.  
  36. The DOS errorlevel will be set upon FILECOMP's termination.
  37.  
  38.         Errorlevel      0       Files are identical
  39.                         1       Files are different
  40.                         2       File1 couldn't be found
  41.                         3       File2 couldn't be found
  42.                         4       Error while deleting File2
  43.                         5       Error while overwriting File2 with File1         
  44.                        10       The FC program couldn't be located 
  45.  
  46. History:
  47.  
  48.         v1.00  01/28/93
  49.         
  50.         Initial release to shareware.
  51.         
  52.          
  53. Please Register Me:
  54.  
  55. S3FC is shareware.  As such, you can use it for 30 days.  If you continue
  56. to use the program after this period, you must register it in order to continue
  57. using it legally.  S3FC is $10 U.S. per copy. 
  58.  
  59. Please make payments in US Currency (no cash please) to:
  60.  
  61.         George Spafford
  62.         3003 Lakeshore Drive #216
  63.         Saint Joseph, MI 49085
  64.  
  65. Unless required, notification of receipt will not be sent.        
  66. Comments and/or questions are always welcome.  I can be reached via the mail,
  67. EXEC-PC, Channel One, or Queued Access:
  68.  
  69.         Queued Access BBS:  (616) 468-5026  USR Dual Std  19200-8-N-1
  70.  
  71. S3FC IS DISTRIBUTED AS IS.  THE AUTHOR (GEORGE SPAFFORD) MAKES NO 
  72. WARRANTY OF ANY KIND, EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO 
  73. WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, WITH 
  74. RESPECT TO THIS SOFTWARE AND DOCUMENTATION. IN NO EVENT SHALL THE AUTHOR 
  75. BE LIABLE FOR ANY DAMAGES, INCLUDING LOST PROFITS, LOST SAVINGS, OR ANY OTHER 
  76. INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF OR THE INABILITY 
  77. TO USE THIS PROGRAM.
  78.